fix: Homelable images
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
services:
|
||||
backend:
|
||||
image: ghcr.io/pouzor/homelable-backend:latest
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
@@ -21,6 +22,7 @@ services:
|
||||
start_period: 15s
|
||||
|
||||
frontend:
|
||||
image: ghcr.io/pouzor/homelable-frontend:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8084:80"
|
||||
|
||||
Reference in New Issue
Block a user