2026-04-17 10:58:39 +08:00
|
|
|
services:
|
2026-04-17 11:00:24 +08:00
|
|
|
server:
|
|
|
|
|
container_name: aida_design2garment
|
2026-04-17 10:58:39 +08:00
|
|
|
build:
|
|
|
|
|
context: .
|
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
|
working_dir: /app
|
|
|
|
|
volumes:
|
|
|
|
|
- .:/app
|
|
|
|
|
ports:
|
2026-04-17 11:02:59 +08:00
|
|
|
- "10080:8000"
|
2026-04-17 10:58:39 +08:00
|
|
|
deploy:
|
|
|
|
|
resources:
|
|
|
|
|
reservations:
|
|
|
|
|
devices:
|
|
|
|
|
- driver: nvidia
|
|
|
|
|
device_ids: [ '1' ]
|
|
|
|
|
capabilities:
|
|
|
|
|
- gpu
|
|
|
|
|
networks:
|
2026-04-17 10:59:45 +08:00
|
|
|
- aida_app_net
|
2026-04-17 10:58:39 +08:00
|
|
|
networks:
|
|
|
|
|
aida_app_net:
|
|
|
|
|
external: true
|
|
|
|
|
name: aida_app_net
|