Include a default environment file

This commit is contained in:
Manuel 2021-02-09 11:51:58 +01:00
parent 139242fc30
commit 5e905fa5ca
Signed by: Manuel
GPG key ID: 4085037435E1F07A
2 changed files with 8 additions and 4 deletions

6
crablog.env Normal file
View file

@ -0,0 +1,6 @@
SUBMIT_TOKEN=mysupersecretpw
BIND_PORT=8000
USERNAME=
EMAIL=
TWITTER_ACCOUNT=
GITHUB_ACCOUNT=

View file

@ -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: