Feature: Move local_settings.py

This commit is contained in:
winkidney
2019-12-19 15:40:25 +08:00
parent 32369b8785
commit 2a2f65c437
2 changed files with 0 additions and 16 deletions

View File

@@ -1,16 +0,0 @@
version: '3'
services:
web:
build: .
command: >
bash -c "/scripts/start.sh"
ports:
# if you use "127.0.0.1", no one except you can visit it from within
# - "127.0.0.1:10000:8000"
- "80:80"
volumes:
# overwrite local_settings, you can always modify your local_settings file
- ./pinry/local_settings.py:/srv/www/pinry/pinry/settings/local_settings.py
- ./data/:/data/
restart: always