add
This commit is contained in:
@@ -38,6 +38,8 @@ services:
|
||||
JWT_TTL: "24h"
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- ./shared_data/logs/:/var/log/app/
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
@@ -53,6 +55,8 @@ services:
|
||||
# PORT: "8081"
|
||||
# ports:
|
||||
# - "8081:8081"
|
||||
# volumes:
|
||||
# - ../shared_data/logs/:/var/log/app/
|
||||
# restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user