deployment fixes
This commit is contained in:
@@ -9,10 +9,12 @@ services:
|
||||
- .env
|
||||
environment:
|
||||
AUTH_ENABLED: "false"
|
||||
SSH_KEY_FILENAME: /root/.ssh/id_rsa
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- ./backend:/app/backend
|
||||
- ./secrets/ssh/:/root/.ssh/
|
||||
restart: unless-stopped
|
||||
|
||||
frontend:
|
||||
|
||||
Reference in New Issue
Block a user