Files
projects/Dockers/react-dev-server/docker-compose.yml
T
2024-06-07 21:54:31 +02:00

15 lines
326 B
YAML

version: '3.8'
services:
react-app:
build:
context: .
dockerfile: Dockerfile
ports:
- "3000:3000"
volumes:
- ./id_rsa:/root/.ssh/id_rsa
environment:
REPO_URL: "ssh://git@gitea.bramkelchtermans.be:2222/Bram/comedy-kit-frontend.git"
command: ["/usr/local/bin/entrypoint.sh"]