fix network and container name
All checks were successful
CI-pipeline / linters (push) Successful in 34s
All checks were successful
CI-pipeline / linters (push) Successful in 34s
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
container_name: django-app
|
||||
container_name: wtukatyr/django-example-app:latest
|
||||
ports:
|
||||
- "8989:8000"
|
||||
depends_on:
|
||||
@@ -39,5 +38,5 @@ volumes:
|
||||
pg-data:
|
||||
|
||||
networks:
|
||||
proxy-common:
|
||||
proxy_common:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user