warungpos-ui / docker-compose.yml
Mhamdans17
first commit
308a91d
Raw
History Blame Contribute Delete
298 Bytes
version: '3.8'
services:
frontend:
build:
context: .
dockerfile: Dockerfile
container_name: warungpos-frontend
restart: unless-stopped
ports:
- "3000:80"
networks:
- warungpos-net
networks:
warungpos-net:
external: true
name: warungpos-net