entities_service/docker-compose.yml

17 lines
291 B
YAML
Raw Normal View History

2020-08-23 21:54:06 +02:00
# Do not forget to create the .env file (see template)
# before using this container!
version: '2'
services:
boilerplate:
restart: always
build: .
env_file:
- .env
environment:
PORT: 8080
ports:
- $PORT:8080