This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is the production variant of | |
# docker deployment | |
version: '3' | |
services: | |
#built by master branch | |
<container-name>: | |
image: index.docker.io/<account>/<repo>:master | |
container_name: '<app-name>' | |
ports: | |
- 8000:3000 |