rename follder compose to services

This commit is contained in:
2025-02-02 12:14:03 +02:00
parent 24a5f78fed
commit d5ba06fb78
13 changed files with 7 additions and 7 deletions

View File

@@ -0,0 +1,11 @@
services:
bouncer-traefik:
image: ${BT_IMAGE}:${BT_TAG}
container_name: ${BT_CONTAINER_NAME}
restart: ${BT_RESTART_POLICY}
env_file:
- path: ./env-files/traefik-bouncer.env
networks:
- proxy
security_opt:
- no-new-privileges:true