mirror of
https://github.com/usatiuk/photos.git
synced 2025-10-28 15:27:49 +01:00
some cleanup, split backend and frontend
This commit is contained in:
1
dockercomposeexample/.gitignore
vendored
Normal file
1
dockercomposeexample/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
dbdata
|
||||
@@ -1,7 +1,8 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
photosapp:
|
||||
image: stepanusatiuk/photos:main
|
||||
# image: stepanusatiuk/photos:main
|
||||
build: ../
|
||||
restart: always
|
||||
ports:
|
||||
- "8080:8080"
|
||||
@@ -21,4 +22,3 @@ services:
|
||||
- ./dbdata:/var/lib/mysql
|
||||
env_file:
|
||||
- db.env
|
||||
|
||||
|
||||
Reference in New Issue
Block a user