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 ee52cbc commit f6ca213Copy full SHA for f6ca213
1 file changed
docker-compose.prod.yml
@@ -1,6 +1,6 @@
1
services:
2
server:
3
- image: ghcr.io/codersforcauses/transplant-prod-server:latest
+ image: ghcr.io/codersforcauses/django-nextjs-template-prod-server:latest
4
container_name: transplant_server
5
restart: unless-stopped
6
env_file: ./.env.prod
@@ -14,7 +14,7 @@ services:
14
- DJANGO_SETTINGS_MODULE=api.settings
15
16
client:
17
- image: ghcr.io/codersforcauses/transplant-prod-client:latest
+ image: ghcr.io/codersforcauses/django-nextjs-template-prod-client:latest
18
container_name: transplant_client
19
20
0 commit comments