mirror of
https://github.com/OPSnet/Gazelle.git
synced 2026-01-16 18:04:34 -05:00
Add basic docker configuration (#36)
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
ports:
|
||||
- 8080:80
|
||||
depends_on:
|
||||
- memcached
|
||||
|
||||
memcached:
|
||||
image: memcached:1.5-alpine
|
||||
Reference in New Issue
Block a user