mirror of
https://github.com/pldubouilh/gossa.git
synced 2024-04-21 12:31:39 +00:00
Create docker-compose.yml
With Traefik and a few other options
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
gossa-server:
|
||||
# build: .
|
||||
image: pldubouilh/gossa:v0.0.6
|
||||
container_name: gossa
|
||||
restart: always
|
||||
ports:
|
||||
- 8001:8001
|
||||
volumes:
|
||||
# - '${STORAGE}/gossa:/shared'
|
||||
- gossa-server:/shared
|
||||
# labels:
|
||||
# - "traefik.enable=true"
|
||||
# - "traefik.port=8001"
|
||||
# - "traefik.backend=gossa"
|
||||
# - "traefik.frontend.rule=Host:${GOSSA}.${DOMAIN}"
|
||||
|
||||
volumes:
|
||||
gossa-server: {}
|
||||
Reference in New Issue
Block a user