fixed workflow

This commit is contained in:
Yannic Kilcher
2023-01-14 20:24:23 +01:00
parent e642a6d826
commit ddae13cf3b
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -112,7 +112,7 @@
FASTAPI_KEY: "1234"
NEXTAUTH_SECRET:
"{{ lookup('ansible.builtin.env', 'WEB_NEXTAUTH_SECRET') }}"
NEXTAUTH_URL: http://web.dev.open-assistant.io/
NEXTAUTH_URL: http://{{ stack_name }}.dev.open-assistant.io/
ports:
- "{{ website_port }}:3000"
command: bash wait-for-postgres.sh node server.js