2024-12-19
This commit is contained in:
@ -22,11 +22,11 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.gdal
|
||||
command: python3 manage.py runserver 0.0.0.0:8100
|
||||
# command: python3 manage.py runserver 0.0.0.0:8100
|
||||
volumes:
|
||||
- .:/app
|
||||
ports:
|
||||
- 8100:8100
|
||||
- 8000:8000
|
||||
env_file:
|
||||
- .env
|
||||
restart: "on-failure"
|
||||
@ -57,7 +57,7 @@ services:
|
||||
source: ./media
|
||||
target: /usr/share/nginx/html/media
|
||||
ports:
|
||||
- "80:80"
|
||||
- "8100:8100"
|
||||
depends_on:
|
||||
- api
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user