mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-19 04:49:37 +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:
|
||||
traefik:
|
||||
|
@ -31,7 +31,7 @@ services:
|
|||
- postgres-data:/var/lib/postgresql/data/
|
||||
|
||||
web:
|
||||
image: ghcr.io/seanmorley15/adventurelog-web:latest
|
||||
image: ghcr.io/seanmorley15/adventurelog-frontend:latest
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
PUBLIC_SERVER_URL: "http://server:8000"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue