Skip to content

Commit 65ffba7

Browse files
author
pixelead0
committed
fix conflicts
1 parent 7c517de commit 65ffba7

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-
pythonCDMX:
5+
python-cdmx-page:
66
build: .
7-
container_name: pythonCDMX-dev
7+
container_name: python-cdmx-page-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-
pythonCDMX-prod:
22+
python-cdmx-page-prod:
2323
build: .
24-
container_name: pythonCDMX-prod
24+
container_name: python-cdmx-page-prod
2525
ports:
2626
- "8080:80"
2727
volumes:
@@ -34,7 +34,7 @@ services:
3434
nginx -g 'daemon off;'
3535
"
3636
depends_on:
37-
- pythonCDMX
37+
- python-cdmx-page
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-
- pythonCDMX-prod
53+
- python-cdmx-page-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: PythonMexico/pythonCDMX
8-
repo_url: https://github.com/PythonMexico/pythonCDMX/
9-
#edit_uri: edit/main/docs/
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/
1010

1111
# Copyright
1212
copyright: Copyright © 2025 Python CDMX

0 commit comments

Comments
 (0)