entities_service/docker-compose.yml

17 lines
296 B
YAML
Raw Permalink 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:
2020-08-23 21:55:16 +02:00
entities_service:
2020-08-23 21:54:06 +02:00
restart: always
build: .
env_file:
- .env
environment:
PORT: 8080
ports:
- $PORT:8080