Add missing variable and docker-compose file

This commit is contained in:
sonny 2023-07-02 11:35:02 +02:00
parent 30641eaffe
commit ed4af0e7ac
2 changed files with 2 additions and 0 deletions

View file

@ -40,4 +40,5 @@
project_src: '{{ app_dir }}'
env_file: '{{ app_dir }}/.production.env'
files:
- docker-compose.yml
- docker-compose.production.yml

View file

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