app on base domain, api (drupal) on subpath /api

This commit is contained in:
2021-02-08 17:07:55 +01:00
parent f2e5d7ec7e
commit 718662c56e
12 changed files with 94 additions and 41 deletions
+4 -2
View File
@@ -21,6 +21,8 @@ build:
buildnc:
docker-compose build --no-cache --build-arg USER_UID=$(USER_UID) --build-arg USER_UNAME=$(USER_UNAME) --build-arg USER_GID=$(USER_GID) --build-arg USER_GNAME=$(USER_GNAME)
downbuildup: down build up
up:
docker-compose up -d
@@ -36,8 +38,8 @@ logs:
down:
docker-compose down
exec_php:
docker exec -it enfrancais_php_1 bash
exec_api:
docker exec -it enfrancais_api_1 bash
exec_app:
docker exec -it enfrancais_app_1 sh