1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-19 04:49:37 +02:00

feat: update Docker Compose and environment configuration for dynamic port handling

This commit is contained in:
Sean Morley 2025-05-29 20:21:13 -04:00
parent 4e8024051c
commit ae16c12251
3 changed files with 82 additions and 80 deletions

View file

@ -1,6 +1,6 @@
services:
web:
image: ghcr.io/seanmorley15/adventurelog-frontend:beta
image: ghcr.io/seanmorley15/adventurelog-frontend:latest
container_name: adventurelog-frontend
restart: unless-stopped
env_file: .env
@ -18,7 +18,7 @@ services:
- postgres_data:/var/lib/postgresql/data/
server:
image: ghcr.io/seanmorley15/adventurelog-backend:beta
image: ghcr.io/seanmorley15/adventurelog-backend:latest
container_name: adventurelog-backend
restart: unless-stopped
env_file: .env