updated jenkinsfile etc
All checks were successful
gitea-lenape/links.jacquesingram.online/pipeline/head This commit looks good
All checks were successful
gitea-lenape/links.jacquesingram.online/pipeline/head This commit looks good
This commit is contained in:
20
compose.yaml
Executable file
20
compose.yaml
Executable file
@@ -0,0 +1,20 @@
|
||||
|
||||
services:
|
||||
|
||||
clocks.jacquesingram.online:
|
||||
|
||||
container_name: clocks.jacquesingram.online
|
||||
|
||||
image: jacqueskingram/clocks.jacquesingram.online
|
||||
|
||||
build:
|
||||
|
||||
context: .
|
||||
|
||||
dockerfile: Dockerfile
|
||||
|
||||
restart: unless-stopped
|
||||
|
||||
ports:
|
||||
|
||||
- "8080:80"
|
Reference in New Issue
Block a user