File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11services :
22 server :
33 image : ghcr.io/codersforcauses/game-dev-prod-server:latest
4- container_name : transplant_server
4+ container_name : game_dev_server
55 restart : unless-stopped
66 env_file : ./.env.prod
77 ports :
@@ -15,7 +15,7 @@ services:
1515
1616 client :
1717 image : ghcr.io/codersforcauses/game-dev-prod-client:latest
18- container_name : transplant_client
18+ container_name : game_dev_client
1919 restart : unless-stopped
2020 env_file : ./.env.prod
2121 ports :
@@ -26,7 +26,7 @@ services:
2626
2727 nginx :
2828 image : nginx:stable-alpine3.21
29- container_name : transplant_nginx
29+ container_name : game_dev_nginx
3030 restart : unless-stopped
3131 ports :
3232 - 80:80
@@ -41,7 +41,7 @@ services:
4141
4242 watchtower :
4343 image : containrrr/watchtower:latest
44- container_name : transplant_watchtower
44+ container_name : game_dev_watchtower
4545 restart : unless-stopped
4646 volumes :
4747 - /var/run/docker.sock:/var/run/docker.sock
You can’t perform that action at this time.
0 commit comments