We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2bb01 commit a38390fCopy full SHA for a38390f
1 file changed
modules/docker/codezero/docker-compose.actions.yml
@@ -4,6 +4,7 @@ services:
4
environment:
5
ACTION_ID: ${AQUILA_ACTION_GLS_IDENTIFIER}
6
AUTH_TOKEN: ${AQUILA_ACTION_GLS_TOKEN}
7
+ AQUILA_URL: aquila:8081
8
depends_on:
9
- aquila
10
networks:
@@ -15,6 +16,7 @@ services:
15
16
17
ACTION_ID: ${AQUILA_ACTION_SHOPIFY_IDENTIFIER}
18
AUTH_TOKEN: ${AQUILA_ACTION_SHOPIFY_TOKEN}
19
20
21
22
0 commit comments