mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2025-12-19 12:36:03 +00:00
Initial commit
This commit is contained in:
27
docker/production/alexscript/docker-compose.yml
Normal file
27
docker/production/alexscript/docker-compose.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
services:
|
||||
alexscript:
|
||||
container_name: alexscript
|
||||
image: git.vhaudiquet.fr/vhaudiquet/alexscript:latest
|
||||
networks:
|
||||
- default
|
||||
- proxy
|
||||
environment:
|
||||
- TZ=Europe/Paris
|
||||
ports:
|
||||
- 80
|
||||
volumes:
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- reservations:/app/reservations
|
||||
- selenium_data_02:/app/.chrome-selenium
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.alexscript.rule=Host(`alexscript.vhaudiquet.fr`)"
|
||||
|
||||
volumes:
|
||||
reservations:
|
||||
selenium_data_02:
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
name: proxy
|
||||
Reference in New Issue
Block a user