2024-12-19

This commit is contained in:
hayano
2024-12-19 03:58:48 +00:00
parent a0f2b01f29
commit 82fa3c2249
6 changed files with 282 additions and 7 deletions

View File

@ -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: