25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- services:
- app:
- build: .
- container_name: kci-kanban-app
- ports:
- - "8080:80"
- volumes:
- - .:/var/www/html
- env_file: .env
- extra_hosts:
- # Maps the PrintStream server hostname inside the container.
- # Set PRINTSTREAM_HOST to the server's IP address in .env
- # (Docker cannot resolve Windows LAN hostnames by name).
- - "KCI-PS-2024:${PRINTSTREAM_HOST}"
- networks:
- - proxy
-
- networks:
- proxy:
- external: true
|