made transparency grid transparent
This commit is contained in:
parent
5ef62b21a0
commit
39bb53528c
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,7 @@ services:
|
||||||
build: server
|
build: server
|
||||||
depends_on:
|
depends_on:
|
||||||
- sql
|
- sql
|
||||||
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
## These should be the names of the dependent containers listed below,
|
## These should be the names of the dependent containers listed below,
|
||||||
## or FQDNs/IP addresses if these services are running outside of Docker
|
## or FQDNs/IP addresses if these services are running outside of Docker
|
||||||
|
@ -30,6 +31,7 @@ services:
|
||||||
client:
|
client:
|
||||||
# image: szurubooru/client:latest
|
# image: szurubooru/client:latest
|
||||||
build: client
|
build: client
|
||||||
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- server
|
- server
|
||||||
environment:
|
environment:
|
||||||
|
@ -46,5 +48,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER:
|
POSTGRES_USER:
|
||||||
POSTGRES_PASSWORD:
|
POSTGRES_PASSWORD:
|
||||||
|
# ports:
|
||||||
|
# - 5432:5432
|
||||||
volumes:
|
volumes:
|
||||||
- "${MOUNT_SQL}:/var/lib/postgresql/data"
|
- "${MOUNT_SQL}:/var/lib/postgresql/data"
|
||||||
|
|
Reference in a new issue