aboutsummaryrefslogtreecommitdiff
path: root/174bg/website/docker-compose.yaml
blob: 233d80af33452d7183020f299bb458aaa8ffb9f8 (plain)
1
2
3
4
5
6
# this is the compose file we deploy to the server
services:
  app:
    build: https://github.com/zuedev/unnamed-group.git#master:174bg/website
    ports:
      - "3892:3000"