add docker compose
This commit is contained in:
parent
54f3457291
commit
26e23f7650
1 changed files with 16 additions and 0 deletions
16
docker-compose.yml
Normal file
16
docker-compose.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
version: "3.8"
|
||||||
|
services:
|
||||||
|
potoforio:
|
||||||
|
build: .
|
||||||
|
environment:
|
||||||
|
- GO_ENV=development
|
||||||
|
networks:
|
||||||
|
default:
|
||||||
|
ipv4_address: 172.17.0.2
|
||||||
|
networks:
|
||||||
|
default:
|
||||||
|
driver: bridge
|
||||||
|
ipam:
|
||||||
|
driver: default
|
||||||
|
config:
|
||||||
|
- subnet: 172.17.0.0/24
|
||||||
Loading…
Add table
Add a link
Reference in a new issue