You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kmftools/delfland/webhooktest/docker-compose.yml

20 lines
374 B

# docker compose -f docker-compose.yml up -d --build
version: "3.3"
services:
webhooktest:
restart: always
container_name: webhooktest
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
ports:
- target: 8000
published: 5905
protocol: tcp
build:
dockerfile: ./Dockerfile
env_file:
- .env