okospaceapi/docker-compose.yaml
Aaron Fischer e6e8aadd7c
All checks were successful
/ docker-image (push) Successful in 1m31s
/ deployment (push) Successful in 0s
Add deployment pipeline and add some content
2024-01-10 00:14:01 +01:00

8 lines
101 B
YAML

version: "3"
services:
spaceapi:
build: .
restart: always
ports:
- "8080:8080"