1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 21:26:44 +02:00
Files
cheat.sh/docker-compose.debug.yml
T
2020-07-31 16:56:30 +03:00

9 lines
205 B
YAML

# Compose override to add --debug option to bin/srv.py
# call to print tracebacks on errors to stdout.
#
# See https://docs.docker.com/compose/extends/
version: '2'
services:
app:
command: "--debug"