base
This commit is contained in:
@@ -35,4 +35,4 @@ HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 \
|
||||
CMD python -c "import psycopg2; psycopg2.connect(dbname='${POSTGRES_DB:-disk_reorganizer_db}', user='${POSTGRES_USER:-disk_reorg_user}', password='${POSTGRES_PASSWORD}', host='${DB_HOST:-db}', port='${DB_PORT:-5432}')" || exit 1
|
||||
|
||||
# Default command (can be overridden in docker-compose)
|
||||
CMD ["python", "main.py", "--help"]
|
||||
CMD ["python", "app/main.py", "--help"]
|
||||
Reference in New Issue
Block a user