File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ version: '3.8'
22
33services :
44 # Servicio principal de desarrollo
5- python-cdmx-page :
5+ pythonCDMX :
66 build : .
7- container_name : python-cdmx-page -dev
7+ container_name : pythonCDMX -dev
88 ports :
99 - " 8000:8000"
1010 volumes :
@@ -19,9 +19,9 @@ services:
1919 - python-cdmx-network
2020
2121 # Servicio de producción (build estático)
22- python-cdmx-page -prod :
22+ pythonCDMX -prod :
2323 build : .
24- container_name : python-cdmx-page -prod
24+ container_name : pythonCDMX -prod
2525 ports :
2626 - " 8080:80"
2727 volumes :
@@ -34,7 +34,7 @@ services:
3434 nginx -g 'daemon off;'
3535 "
3636 depends_on :
37- - python-cdmx-page
37+ - pythonCDMX
3838 networks :
3939 - python-cdmx-network
4040
@@ -50,7 +50,7 @@ services:
5050 - ./nginx.conf:/etc/nginx/nginx.conf:ro
5151 - ./ssl:/etc/nginx/ssl:ro
5252 depends_on :
53- - python-cdmx-page -prod
53+ - pythonCDMX -prod
5454 networks :
5555 - python-cdmx-network
5656 profiles :
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ site_author: Comunidad Python CDMX
44site_url : https://pythoncdmx.org
55
66# Repository
7- repo_name : python-cdmx/python-cdmx-page
8- repo_url : https://github.com/python-cdmx/python-cdmx-page
9- edit_uri : edit/main/docs/
7+ repo_name : PythonMexico/pythonCDMX
8+ repo_url : https://github.com/PythonMexico/pythonCDMX/
9+ # edit_uri: edit/main/docs/
1010
1111# Copyright
1212copyright : Copyright © 2025 Python CDMX
You can’t perform that action at this time.
0 commit comments