This commit is contained in:
Zeev Diukman 2025-01-09 05:34:07 +02:00
parent f8df289d9f
commit 9d9a862b65
4 changed files with 10 additions and 10 deletions

3
app/go.mod Normal file
View file

@ -0,0 +1,3 @@
go 1.23
module github.com/zeevdiukman/test/app

View file

@ -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

View file

@ -1,3 +0,0 @@
go 1.23
module github.com/zeevdiukman/test