added compose file

This commit is contained in:
2026-01-29 17:53:18 +03:30
parent 1e4f6e21ac
commit 86164db2d0

11
docker-compose.yaml Normal file
View File

@@ -0,0 +1,11 @@
services:
myip:
image: abbascloud-myip:latest
container_name: abbascloud-myip
ports:
- 1000:1000
networks:
default:
name: abbascloud-networks
external: true