Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/compose-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
run: |
for COMPOSE_FILE in docker-compose*.yaml
do
docker-compose -f $COMPOSE_FILE config
docker compose -f $COMPOSE_FILE config
done
2 changes: 1 addition & 1 deletion docker-compose.cheo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
ports:
- "5000:5000"
- "9121:8080"
command: --workers ${GUNICORN_WORKERS:-1}
command: --workers ${GUNICORN_WORKERS:-1} --timeout 600
tmpfs:
- /tmp
volumes:
Expand Down