24 lines
490 B
YAML
24 lines
490 B
YAML
services:
|
|
projectc:
|
|
# build: .
|
|
image: projectc:latest
|
|
container_name: projectc_0.1
|
|
restart: on-failure
|
|
environment:
|
|
- "TZ=Europe/Paris"
|
|
# volumes:
|
|
# - ./Caddyfile:/etc/caddy/Caddyfile
|
|
# - /opt/data/www/:/www
|
|
# - ./star.enim.univ-lorraine.fr.key:/key
|
|
# - ./__enim_univ-lorraine_fr_cert.cer:/cert
|
|
# - /opt/log/caddy:/log
|
|
ports:
|
|
- "3000:3000"
|
|
networks:
|
|
- docker_web
|
|
|
|
networks:
|
|
docker_web:
|
|
external: true
|
|
|