diff --git a/ansible/dev.yaml b/ansible/dev.yaml index 1e18d69c..d022ba3c 100644 --- a/ansible/dev.yaml +++ b/ansible/dev.yaml @@ -45,6 +45,7 @@ name: oasst-backend image: ghcr.io/laion-ai/open-assistant/oasst-backend state: started + recreate: true pull: true restart_policy: always network_mode: oasst @@ -61,6 +62,7 @@ name: oasst-web image: ghcr.io/laion-ai/open-assistant/oasst-web state: started + recreate: true pull: true restart_policy: always network_mode: oasst @@ -73,6 +75,7 @@ EMAIL_SERVER_PORT: "25" EMAIL_FROM: info@example.com NEXTAUTH_URL: http://web.dev.open-assistant.io/ + DEBUG_LOGIN: "true" ports: - 3000:3000 command: bash wait-for-postgres.sh node server.js