mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 22:53:57 +02:00
update default docker compose file
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
backend:
|
||||
image: ghcr.io/maxdorninger/mediamanager/backend:latest
|
||||
image: ghcr.io/maxdorninger/mediamanager/mediamanager:latest
|
||||
ports:
|
||||
- "8000:8000"
|
||||
environment:
|
||||
@@ -8,12 +8,6 @@ services:
|
||||
volumes:
|
||||
- ./data/:/data/
|
||||
- ./config.toml:/app/config.toml
|
||||
frontend:
|
||||
image: ghcr.io/maxdorninger/mediamanager/frontend:latest
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
- PUBLIC_API_URL=http://localhost:8000/api/v1
|
||||
db:
|
||||
image: postgres:latest
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user