mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 14:37:41 +00:00
11 lines
209 B
YAML
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
|