updated
This commit is contained in:
20
docker-compose.yml
Normal file
20
docker-compose.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: healthy-oil
|
||||
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- "3005:3000"
|
||||
volumes:
|
||||
- .:/app
|
||||
- /app/node_modules
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
- gitea_network
|
||||
|
Reference in New Issue
Block a user