This commit is contained in:
r.didato
2020-09-25 20:30:09 +02:00
parent d1f4f4c50c
commit 530fc29cd4
11 changed files with 31 additions and 32 deletions
+2
View File
@@ -19,6 +19,8 @@ services:
- §PROJECT_BUILDNAME§-storage:/home/asdynamics/storage/§PROJECT_BUILDNAME§
- §PROJECT_BUILDNAME§-log:/var/log/asdynamics/
networks:
db-network:
volumes:
§PROJECT_BUILDNAME§-storage:
+1 -1
View File
@@ -13,7 +13,7 @@ cd "/home/asdynamics/dockerenv/$PROJECT_BUILDNAME"
COMPOSER_NAME="local_$PROJECT_BUILDNAME"
docker-compose -p "$COMPOSER_NAME" up webserver
docker-compose -p "$COMPOSER_NAME" up worker
cd "$DIR_RETURN"
exit 0;