oonyeje-portfolio/docker-compose.yaml
oonyeje de8413abe9
Some checks failed
continuous-integration/drone Build is failing
- use regular settings
- add registry details
2025-02-23 01:16:50 -05:00

18 lines
416 B
YAML
Executable File

version: '3.3'
services:
oonyeje-portfolio:
image: gitea.bsidesolutions.net/oonyeje/oonyeje-portfolio
build:
context: ./
dockerfile: Dockerfile
ports:
- "6000:3000"
volumes:
- .:/home/node/app
- ./node_modules:/home/node/app/node_modules
working_dir: /home/node/app/
command: sh -c "yarn install && yarn dev"
env_file:
- .env.local