mirror of
https://github.com/SpecterOps/Nemesis
synced 2026-06-08 12:36:42 +00:00
40902d9d8f
- See CHANGELOG.md for summary of changes
16 lines
372 B
YAML
16 lines
372 B
YAML
# Only the base images are defined here
|
|
# Base images are the images that are used by other images
|
|
# and only needed to be built once
|
|
|
|
name: nemesis
|
|
services:
|
|
python-base-dev:
|
|
build:
|
|
context: ./infra/docker/python_base
|
|
dockerfile: dev.Dockerfile
|
|
|
|
python-base-prod:
|
|
build:
|
|
context: ./infra/docker/python_base
|
|
dockerfile: prod.Dockerfile
|