Files
streetmerchant/docker-compose.yml
2020-12-11 12:37:33 -05:00

11 lines
209 B
YAML

version: '3.0'
services:
streetmerchant:
image: ghcr.io/jef/streetmerchant:latest
build:
context: .
dockerfile: Dockerfile
container_name: streetmerchant
env_file:
- dotenv