mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Compare commits
2 Commits
c3cdf88c36
...
1f242d3568
Author | SHA1 | Date | |
---|---|---|---|
1f242d3568 | |||
9d46f6cf58 |
Binary file not shown.
Before Width: | Height: | Size: 113 KiB After Width: | Height: | Size: 9.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 526 B |
Binary file not shown.
Before Width: | Height: | Size: 113 KiB After Width: | Height: | Size: 9.8 KiB |
@ -5,7 +5,7 @@
|
||||
services:
|
||||
|
||||
server:
|
||||
image: szurubooru/server:latest
|
||||
build: server
|
||||
depends_on:
|
||||
- sql
|
||||
environment:
|
||||
@ -23,9 +23,10 @@ services:
|
||||
volumes:
|
||||
- "${MOUNT_DATA}:/data"
|
||||
- "./server/config.yaml:/opt/app/config.yaml"
|
||||
restart: unless-stopped
|
||||
|
||||
client:
|
||||
image: szurubooru/client:latest
|
||||
build: client
|
||||
depends_on:
|
||||
- server
|
||||
environment:
|
||||
@ -35,6 +36,7 @@ services:
|
||||
- "${MOUNT_DATA}:/data:ro"
|
||||
ports:
|
||||
- "${PORT}:80"
|
||||
restart: unless-stopped
|
||||
|
||||
sql:
|
||||
image: postgres:11-alpine
|
||||
|
Reference in New Issue
Block a user