mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-19 12:59:36 +02:00
fix compose file
This commit is contained in:
parent
f78c901ed4
commit
e1e750f424
1 changed files with 14 additions and 14 deletions
|
@ -1,4 +1,4 @@
|
||||||
version: '3.9'
|
version: "3.9"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
traefik:
|
traefik:
|
||||||
|
@ -31,7 +31,7 @@ services:
|
||||||
- postgres-data:/var/lib/postgresql/data/
|
- postgres-data:/var/lib/postgresql/data/
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: ghcr.io/seanmorley15/adventurelog-web:latest
|
image: ghcr.io/seanmorley15/adventurelog-frontend:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
PUBLIC_SERVER_URL: "http://server:8000"
|
PUBLIC_SERVER_URL: "http://server:8000"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue