Skip to content
Snippets Groups Projects
Commit 908b4894 authored by jurgenhaas's avatar jurgenhaas
Browse files

#10

- improve steps for NG deployment
parent fe38a0ed
No related branches found
No related tags found
No related merge requests found
......@@ -427,7 +427,7 @@ Debug:
- if [[ ! -L config ]]; then ln -s ../../../config/default config; fi
- cd /data/app
- PROXYIP=$(docker inspect traefik_traefik_1 | jq -r '.[0].NetworkSettings.Networks."traefik-public".IPAddress')
- sed -i 2s/TRAEFIK-IP-PLACEHOLDER/${PROXYIP}/g" docker-compose.yml
- sed -i "s/TRAEFIK-IP-PLACEHOLDER/${PROXYIP}/g" docker-compose.yml
- sed -i "s/TRAEFIK-IP-PLACEHOLDER/${PROXYIP}/g" settings/default/settings.docker.php
- docker compose up -d --quiet-pull --remove-orphans
- docker compose exec -u root php chown -R www-data:www-data .
......
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