chessh_bot/docker-compose.yml

13 lines
189 B
YAML
Raw Normal View History

version: '3'
services:
server:
container_name: chesshbot
restart: always
env_file: .env
build:
context: .
dockerfile: Dockerfile
ports:
- 4200:4200