first commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
bot-admin-api:
|
||||
image: bot-admin-api
|
||||
container_name: bot-admin-api
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
ports:
|
||||
- 3005:3005
|
||||
networks:
|
||||
- tx-net
|
||||
|
||||
networks:
|
||||
tx-net:
|
||||
driver: bridge
|
||||
Reference in New Issue
Block a user