first Commit
This commit is contained in:
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
services:
|
||||
keyVerwaltung:
|
||||
container_name: keyVerwaltung
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
platforms:
|
||||
- linux/amd64
|
||||
image: gitea.teamthiele.de/ethiele/keyVerwaltung:latest
|
||||
ports:
|
||||
- "5006:5006"
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user