Skip to content
Snippets Groups Projects
Commit 462a1553 authored by jurgenhaas's avatar jurgenhaas
Browse files
parent 0b2d4690
No related branches found
No related tags found
1 merge request!118Merging develop into main
Pipeline #1310018 passed
......@@ -619,7 +619,9 @@ services:
in-db:
image: 'mysql:5'
{% if drupal.live|default(0) %}
restart: unless-stopped
{% endif %}
environment:
- MYSQL_ROOT_PASSWORD=ninjaAdm1nPassword
- MYSQL_USER=ninja
......@@ -632,7 +634,9 @@ services:
in-app:
# After first startup, call "sudo chown -R 1500:1500 app" and start again.
image: 'invoiceninja/invoiceninja:5'
{% if drupal.live|default(0) %}
restart: unless-stopped
{% endif %}
depends_on:
- in-db
environment:
......@@ -668,7 +672,9 @@ services:
- '{{ projectrootinvoiceninja }}/storage:/var/www/app/storage:rw,delegated'
in-web:
image: nginx
{% if drupal.live|default(0) %}
restart: unless-stopped
{% endif %}
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