docker files

This commit is contained in:
2024-02-20 22:46:10 +00:00
parent 1d8932fcf1
commit 633571a33f
4 changed files with 63 additions and 0 deletions

20
test/docker-compose.yml Normal file
View File

@@ -0,0 +1,20 @@
version: '3.2'
services:
test:
image: test:vahagn
container_name: test
restart: always
# volumes:
# - /srv/music:/media:ro
# ports:
# - 9085:80
networks:
- mysqldb
networks:
mysqldb:
external: true