mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
container building, time to fix up the web file
This commit is contained in:
@@ -2,12 +2,12 @@ version: '3'
|
||||
|
||||
|
||||
services:
|
||||
dns:
|
||||
container_name: dns
|
||||
proxy:
|
||||
container_name: proxy
|
||||
build:
|
||||
context: ./dns
|
||||
context: ./proxy
|
||||
dockerfile: Dockerfile.dev
|
||||
args:
|
||||
- DNS_VERSION
|
||||
- PROXY_VERSION
|
||||
- BUILD_DATE
|
||||
- GIT_COMMIT
|
||||
|
||||
Reference in New Issue
Block a user