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: . context: .
target: dev target: dev
volumes: volumes:
- ./go:/opt/app - ./app:/opt/app
hostname: dev hostname: dev
expose: # expose:
- 53 # - 53
- 53/udp # - 53/udp
- 80 # - 80
ports: ports:
- 53 - 53
- 53/udp - 53/udp
- 80 - 80
networks: networks:
zbr: zbr:
ipv4_address: 10.10.10.10 ipv4_address: 10.10.10.1
networks: networks:
zbr: zbr:
driver: bridge driver: bridge
ipam: ipam:
config: config:
- subnet: 10.10.10.0/24 - 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