First version
This commit is contained in:
14
docker-compose.staging.yml
Normal file
14
docker-compose.staging.yml
Normal file
@ -0,0 +1,14 @@
|
||||
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
|
Reference in New Issue
Block a user