stash
This commit is contained in:
@@ -43,7 +43,8 @@ services:
|
||||
|
||||
postgres:
|
||||
container_name: postgres-stash-box
|
||||
build: ./postgres
|
||||
#build: ./postgres
|
||||
image: postgres:14-alpine
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
@@ -54,7 +55,7 @@ services:
|
||||
|
||||
stash-box:
|
||||
container_name: stash-box
|
||||
image: stashapp/stash-box:development
|
||||
image: stashapp/stash-box:latest
|
||||
restart: unless-stopped
|
||||
logging:
|
||||
driver: "json-file"
|
||||
@@ -89,4 +90,4 @@ services:
|
||||
# - "--certificatesresolvers.stash-box.acme.tlschallenge=true"
|
||||
# volumes:
|
||||
# - /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
# - /traefik/acme.json:/acme.json
|
||||
# - /traefik/acme.json:/acme.json
|
||||
|
||||
Reference in New Issue
Block a user