Skip to content

Commit c8b4fde

Browse files
author
pixelead0
committed
Restaurar configuración personalizada de Docker y repositorio
1 parent 65ffba7 commit c8b4fde

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docker-compose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ version: '3.8'
22

33
services:
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:

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ site_author: Comunidad Python CDMX
44
site_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
1212
copyright: Copyright © 2025 Python CDMX

0 commit comments

Comments
 (0)