Add missing variable and docker-compose file
This commit is contained in:
parent
30641eaffe
commit
ed4af0e7ac
2 changed files with 2 additions and 0 deletions
|
|
@ -40,4 +40,5 @@
|
|||
project_src: '{{ app_dir }}'
|
||||
env_file: '{{ app_dir }}/.production.env'
|
||||
files:
|
||||
- docker-compose.yml
|
||||
- docker-compose.production.yml
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
app_name: 'newsreader'
|
||||
app_repository: 'https://git.fudiggity.nl/sonny/newsreader'
|
||||
app_branch: '0.4.1'
|
||||
app_dir: '/srv/docker/newsreader'
|
||||
|
||||
|
|
|
|||
Reference in a new issue