1
0
Fork 0
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:
Sean Morley 2024-08-18 13:38:24 -04:00
parent f78c901ed4
commit e1e750f424

View file

@ -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"