Include a default environment file
This commit is contained in:
parent
139242fc30
commit
5e905fa5ca
2 changed files with 8 additions and 4 deletions
6
crablog.env
Normal file
6
crablog.env
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
SUBMIT_TOKEN=mysupersecretpw
|
||||||
|
BIND_PORT=8000
|
||||||
|
USERNAME=
|
||||||
|
EMAIL=
|
||||||
|
TWITTER_ACCOUNT=
|
||||||
|
GITHUB_ACCOUNT=
|
|
@ -6,9 +6,7 @@ services:
|
||||||
- 8000:8000
|
- 8000:8000
|
||||||
hostname: crablog
|
hostname: crablog
|
||||||
container_name: crablog
|
container_name: crablog
|
||||||
env_file: .env
|
env_file: ./crablog.env
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./content:/root/crablog/content
|
- ./content:/app/content
|
||||||
volumes:
|
|
||||||
myapp:
|
|
||||||
|
|
Loading…
Reference in a new issue