mirror of
https://github.com/ION606/learn.git
synced 2026-05-14 21:06:56 +00:00
initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
ports:
|
||||
- "3000:3000"
|
||||
db:
|
||||
image: "mysql"
|
||||
environment:
|
||||
# env vars here
|
||||
ROOT_PASS: password
|
||||
volumes:
|
||||
- db-data:/foo
|
||||
|
||||
volumes:
|
||||
db-data:
|
||||
Reference in New Issue
Block a user