16 lines
371 B
YAML
16 lines
371 B
YAML
version: "3.8"
|
|
|
|
|
|
services:
|
|
ltdv-prod:
|
|
container_name: ${PROD_CONTAINER_NAME}
|
|
build: .
|
|
restart: always
|
|
labels:
|
|
traefik.enable: "true"
|
|
traefik.http.routers.ltdv-prod.rule: "Host(`${PROD_URL}`)"
|
|
traefik.http.routers.ltdv-prod.entrypoints: "web"
|
|
volumes:
|
|
- /etc/timezone:/etc/timezone:ro
|
|
- /etc/localtime:/etc/localtime:ro
|