add drone integration
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Yann Autissier
2024-12-05 00:15:02 +00:00
parent 3b32a5314e
commit ea1631756f
5 changed files with 95 additions and 0 deletions

12
docker/docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
version: "3"
services:
front:
build:
context: ..
dockerfile: docker/Dockerfile
environment:
NODE_ENV: ${NODE_ENV:-production}
NUXT_APP_BASE_URL: ${NUXT_APP_BASE_URL:-/}
ports:
- 3000