mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-23 09:52:01 +01:00
Initial commit
This commit is contained in:
14
compose.example.yml
Executable file
14
compose.example.yml
Executable file
@@ -0,0 +1,14 @@
|
||||
version: '3'
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
container_name: go-proxy
|
||||
ports:
|
||||
- 80:80
|
||||
- 443:443
|
||||
volumes:
|
||||
- /path/to/cert.pem:/certs/cert.crt:ro
|
||||
- /path/to/privkey.pem:/certs/priv.key:ro
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
extra_hosts:
|
||||
- host.docker.internal:host-gateway
|
||||
Reference in New Issue
Block a user