cremeaux/docker-compose.staging.yml

21 lines
509 B
YAML
Raw Normal View History

2020-09-02 16:54:03 +02:00
version: "3.8"
networks:
default:
name: traefik
2020-09-02 16:54:03 +02:00
services:
crmx-staging:
container_name: crmx-staging
build: .
2022-02-02 17:38:21 +01:00
image: registry.weko.io/cremeaux:staging
2020-09-02 16:54:03 +02:00
restart: always
labels:
traefik.enable: "true"
traefik.http.routers.crmx-staging.rule: "Host(`staging.${URL}`)"
2020-09-02 16:54:03 +02:00
traefik.http.routers.crmx-staging.entrypoints: "web"
2022-02-02 17:38:21 +01:00
com.centurylinklabs.watchtower.enable: "true"
2020-09-02 16:54:03 +02:00
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro