revert 7ecd65b9c2
All checks were successful
Gitea build & Test. / docker (push) Successful in 6s
All checks were successful
Gitea build & Test. / docker (push) Successful in 6s
revert cleanup
This commit is contained in:
@@ -3,4 +3,16 @@ services:
|
||||
command: gunicorn -b 0.0.0.0:8000 website.wsgi:application
|
||||
volumes:
|
||||
- ./src:/src
|
||||
env_file:
|
||||
- path: .env.template
|
||||
required: true
|
||||
- path: .env
|
||||
required: false
|
||||
|
||||
db:
|
||||
env_file:
|
||||
- path: .env.template
|
||||
required: true
|
||||
- path: .env
|
||||
required: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user