aps_webviewer_nodejs/docker-compose.yml
David Friedrich 98e799b7df First
2024-11-08 07:51:28 +01:00

11 lines
223 B
YAML

services:
app:
build: .
volumes:
- .:/usr/src/app
container_name: docker-node-tut
restart: always
ports:
- 127.0.0.1:8080:8080
command: bash -c /usr/src/app/start.sh
env_file: .env