1st
This commit is contained in:
parent
f8df289d9f
commit
9d9a862b65
4 changed files with 10 additions and 10 deletions
3
app/go.mod
Normal file
3
app/go.mod
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
go 1.23
|
||||
|
||||
module github.com/zeevdiukman/test/app
|
||||
|
|
@ -5,23 +5,23 @@ services:
|
|||
context: .
|
||||
target: dev
|
||||
volumes:
|
||||
- ./go:/opt/app
|
||||
- ./app:/opt/app
|
||||
hostname: dev
|
||||
expose:
|
||||
- 53
|
||||
- 53/udp
|
||||
- 80
|
||||
# expose:
|
||||
# - 53
|
||||
# - 53/udp
|
||||
# - 80
|
||||
ports:
|
||||
- 53
|
||||
- 53/udp
|
||||
- 80
|
||||
networks:
|
||||
zbr:
|
||||
ipv4_address: 10.10.10.10
|
||||
ipv4_address: 10.10.10.1
|
||||
networks:
|
||||
zbr:
|
||||
driver: bridge
|
||||
ipam:
|
||||
config:
|
||||
- subnet: 10.10.10.0/24
|
||||
gateway: 10.10.10.1
|
||||
gateway: 10.10.10.254
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
go 1.23
|
||||
|
||||
module github.com/zeevdiukman/test
|
||||
Loading…
Reference in a new issue