forked from expo/troggle
rearranged config files
This commit is contained in:
21
_deploy/docker/docker-compose.yml
Normal file
21
_deploy/docker/docker-compose.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
version: '3'
|
||||
services:
|
||||
troggle:
|
||||
restart: always
|
||||
build: .
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- ../..:/expo
|
||||
links:
|
||||
- expo-mysql
|
||||
expo-mysql:
|
||||
restart: always
|
||||
image: "mariadb"
|
||||
env_file:
|
||||
- compose/mysql.env
|
||||
volumes:
|
||||
- expo-mysqldb:/var/lib/mysql
|
||||
|
||||
volumes:
|
||||
expo-mysqldb:
|
||||
Reference in New Issue
Block a user