All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 5s
9 lines
181 B
YAML
9 lines
181 B
YAML
|
|
services:
|
|
agologum-client:
|
|
image: git.vxbard.net/homeburger/agologum-client:latest
|
|
container_name: agologum-client
|
|
restart: always
|
|
ports:
|
|
- "7000:80"
|
|
|