Delete trailing spaces and rogue newlines
This commit is contained in:
@ -22,7 +22,7 @@ services:
|
||||
env_file:
|
||||
- ./environment
|
||||
command: /bin/sh -c "DEBUG=1 python3 manage.py collectstatic --noinput && python3 manage.py compilemessages && python3 manage.py migrate && gunicorn --bind 0.0.0.0:8000 ojusomap.wsgi"
|
||||
|
||||
|
||||
db:
|
||||
restart: always
|
||||
image: mdillon/postgis:9.6-alpine
|
||||
@ -35,7 +35,7 @@ services:
|
||||
- "127.0.0.1:5432:5432"
|
||||
env_file:
|
||||
- ./environment
|
||||
|
||||
|
||||
weblate:
|
||||
image: weblate/weblate
|
||||
links:
|
||||
@ -50,14 +50,13 @@ services:
|
||||
- "traefik.frontend.passHostHeader=true"
|
||||
volumes:
|
||||
- weblate-data:/app/data
|
||||
|
||||
env_file:
|
||||
- ./environment
|
||||
environment:
|
||||
- "POSTGRES_USER=weblate"
|
||||
- "POSTGRES_DATABASE=weblate"
|
||||
restart: always
|
||||
|
||||
|
||||
cache:
|
||||
image: memcached:1.4
|
||||
restart: always
|
||||
@ -78,7 +77,6 @@ services:
|
||||
- /containers/jenkins:/var/jenkins_home
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
|
||||
weblate_static:
|
||||
image: nginx:alpine
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user