- Copy tienda_ilusion contents to /app/ instead of subdirectory - Remove volume mount from production docker-compose.yml - Allows deployment without repository dependency Refs #37
9 lines
146 B
YAML
9 lines
146 B
YAML
services:
|
|
django:
|
|
image: gitea.onecluster.org/oneteam/don_confiao_backend:latest
|
|
env_file:
|
|
- .env
|
|
ports:
|
|
- "7000:9090"
|
|
|