Skip to content
Snippets Groups Projects
Commit 0b2d4690 authored by danielspeicher's avatar danielspeicher
Browse files
parent 63606d0e
No related branches found
No related tags found
1 merge request!117Merging develop into main
Pipeline #1304326 passed
......@@ -619,6 +619,7 @@ services:
in-db:
image: 'mysql:5'
restart: unless-stopped
environment:
- MYSQL_ROOT_PASSWORD=ninjaAdm1nPassword
- MYSQL_USER=ninja
......@@ -631,6 +632,7 @@ services:
in-app:
# After first startup, call "sudo chown -R 1500:1500 app" and start again.
image: 'invoiceninja/invoiceninja:5'
restart: unless-stopped
depends_on:
- in-db
environment:
......@@ -666,6 +668,7 @@ services:
- '{{ projectrootinvoiceninja }}/storage:/var/www/app/storage:rw,delegated'
in-web:
image: nginx
restart: unless-stopped
networks:
- traefik-public
- default
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment