Skip to content

Commit 86cb8ef

Browse files
Fix - Setting the prod creds
1 parent 6f34551 commit 86cb8ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
web:
2121
build:
2222
context: .
23-
dockerfile: Dev.Dockerfile
23+
dockerfile: Dockerfile
2424
container_name: web
2525
volumes:
2626
- .:/app
@@ -37,7 +37,7 @@ services:
3737
POSTGRES_PORT: ${DB_PORT}
3838
POSTGRES_HOST: ${DB_HOST}
3939
OPENAI_API_KEY: ${OPENAI_API_KEY}
40-
DJANGO_SETTINGS_MODULE: piggywallet.settings.dev
40+
DJANGO_SETTINGS_MODULE: piggywallet.settings.prod
4141

4242
networks:
4343
app_network:

0 commit comments

Comments
 (0)