Initial Commit
This commit is contained in:
16
docker-compose.yml
Normal file
16
docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
whsfund:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: registry.dwarrington.com/whsfund:${IMAGE_TAG}
|
||||
container_name: whsfund
|
||||
restart: always
|
||||
ports:
|
||||
- "5031:80"
|
||||
networks:
|
||||
- caddy_network
|
||||
|
||||
networks:
|
||||
caddy_network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user