mirror of
https://github.com/turtlebasket/michaelnet.git
synced 2026-03-04 19:44:31 -08:00
add rocktiplex services
This commit is contained in:
14
rocktiplex/docker-compose.yml
Normal file
14
rocktiplex/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
version: '3'
|
||||||
|
|
||||||
|
services:
|
||||||
|
fathom:
|
||||||
|
image: usefathom/fathom
|
||||||
|
container_name: fathom
|
||||||
|
restart: always
|
||||||
|
ports:
|
||||||
|
- "8080:8080"
|
||||||
|
volumes:
|
||||||
|
- type: bind
|
||||||
|
source: ./fathom.db
|
||||||
|
target: /app/fathom.db
|
||||||
|
|
||||||
Reference in New Issue
Block a user