Skip to content

Commit a38390f

Browse files
committed
Add aquila url to actions
1 parent 7c2bb01 commit a38390f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

modules/docker/codezero/docker-compose.actions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ services:
44
environment:
55
ACTION_ID: ${AQUILA_ACTION_GLS_IDENTIFIER}
66
AUTH_TOKEN: ${AQUILA_ACTION_GLS_TOKEN}
7+
AQUILA_URL: aquila:8081
78
depends_on:
89
- aquila
910
networks:
@@ -15,6 +16,7 @@ services:
1516
environment:
1617
ACTION_ID: ${AQUILA_ACTION_SHOPIFY_IDENTIFIER}
1718
AUTH_TOKEN: ${AQUILA_ACTION_SHOPIFY_TOKEN}
19+
AQUILA_URL: aquila:8081
1820
depends_on:
1921
- aquila
2022
networks:

0 commit comments

Comments
 (0)