fix network and container name
All checks were successful
CI-pipeline / linters (push) Successful in 34s

This commit is contained in:
Basyrov Rustam
2025-06-06 00:27:25 +03:00
parent 1985b9cc12
commit 452c2cc5c7

View File

@@ -1,7 +1,6 @@
services: services:
app: app:
build: . container_name: wtukatyr/django-example-app:latest
container_name: django-app
ports: ports:
- "8989:8000" - "8989:8000"
depends_on: depends_on:
@@ -39,5 +38,5 @@ volumes:
pg-data: pg-data:
networks: networks:
proxy-common: proxy_common:
external: true external: true