You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ListingExtractor/docker-compose.yml

16 lines
321 B
YAML

version: '3.7'
services:
amxregistry-bundler:
image: git.edwardpeterson.dev/cubemaster21/amxregistry-bundler:${BUILD_VERSION}
# pull_policy: build
restart: always
build:
no_cache: true
context: .
dockerfile: ./Dockerfile
ports:
- 2667:2667
env_file:
- stack.env