ops(docker): add separate Docker Compose file

This commit is contained in:
AnonymousWP
2023-04-20 11:05:20 +02:00
parent af26b6051e
commit a3a3199c0d
2 changed files with 14 additions and 5 deletions

View File

@@ -0,0 +1,14 @@
version: '3.9'
x-logging: &default-logging
options:
max-size: "40m"
max-file: "10"
driver: json-file
services:
blackarch:
container_name: blackarch
build:
context: .
dockerfile: Dockerfile.blackarch

View File

@@ -12,8 +12,3 @@ services:
build:
context: .
dockerfile: Dockerfile
blackarch:
container_name: blackarch
build:
context: .
dockerfile: Dockerfile.blackarch