docker-compose.yaml 164 B

123456789
  1. services:
  2. web:
  3. build:
  4. context: vuejs
  5. target: dev-envs
  6. ports:
  7. - 8080:8080
  8. volumes:
  9. - /var/run/docker.sock:/var/run/docker.sock