lecheminvert.tech/docker-compose.yml
Adam Belkacemi cf6ee64e31
Some checks are pending
CI / tests (push) Waiting to run
CI / deploiement (push) Blocked by required conditions
Import initial : code en production sur Hetzner
2026-09-07 18:21:38 +00:00

16 lines
263 B
YAML

services:
app:
build: .
container_name: lecheminvert-app
restart: unless-stopped
environment:
NUXT_ORS_API_KEY: ${NUXT_ORS_API_KEY}
expose:
- "3000"
networks:
- edge
networks:
edge:
name: edge
external: true