version: '3.7'
services:
  nginx:
    image: backoffice #TODO: replace with forge image tag
    build:
      context: .
    restart: unless-stopped
    ports:
      - 8080:80