15 lines
385 B
YAML
15 lines
385 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
ltdv-staging:
|
|
container_name: ${STAGING_CONTAINER_NAME}
|
|
build: .
|
|
restart: always
|
|
labels:
|
|
traefik.enable: "true"
|
|
traefik.http.routers.ltdv-staging.rule: "Host(`${STAGING_URL}`)"
|
|
traefik.http.routers.ltdv-staging.entrypoints: "web"
|
|
volumes:
|
|
- /etc/timezone:/etc/timezone:ro
|
|
- /etc/localtime:/etc/localtime:ro
|