ceiba-scores/docker-compose.staging.yml

21 lines
522 B
YAML
Raw Permalink Normal View History

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