ADD dev and services.

pull/3/head
kevincaires 4 years ago
parent 70442353c0
commit 453587d9ef

@ -18,22 +18,26 @@ build:
deploy: deploy:
compose: compose:
file: docker-compose.yml file: docker-compose.yml
services:
- mysql
- neeble
# The dependencies section defines other git repositories to be deployed as part of your development environment # The dependencies section defines other git repositories to be deployed as part of your development environment
# More info: https://www.okteto.com/docs/reference/manifest/#dependencies # More info: https://www.okteto.com/docs/reference/manifest/#dependencies
# dependencies: # dependencies:
# - https://github.com/okteto/sample # - https://github.com/okteto/sample
# The dev section defines how to activate a development container # The dev section defines how to activate a development container
# More info: https://www.okteto.com/docs/reference/manifest/#dev # More info: https://www.okteto.com/docs/reference/manifest/#dev
# dev: dev:
# sample: neeble:
# image: okteto/dev:latest command: make production
# command: bash workdir: /usr/src/app
# workdir: /usr/src/app sync:
# sync: - .:/usr/src/app
# - .:/usr/src/app reverse:
# environment: - 9000:9000
# - name=$USER volumes:
# forward: - /root/.cache/pip
# - 8080:80

Loading…
Cancel
Save