mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-19 04:49:37 +02:00
fix: update Docker images to use beta tags for frontend and backend services
This commit is contained in:
parent
c0c91c8472
commit
6fdfb86297
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
web:
|
||||
image: ghcr.io/seanmorley15/adventurelog-frontend:latest
|
||||
image: ghcr.io/seanmorley15/adventurelog-frontend:beta
|
||||
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:latest
|
||||
image: ghcr.io/seanmorley15/adventurelog-backend:beta
|
||||
container_name: adventurelog-backend
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue